Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slim down composer dependencies. #1277

Closed
wants to merge 2 commits into from
Closed

Slim down composer dependencies. #1277

wants to merge 2 commits into from

Conversation

lucasmichot
Copy link
Contributor

  • Added or updated tests
  • Added Docs for all relevant versions
  • Updated CHANGELOG.md

Changes

Slim down a bit composer dependencies.
Also sort providers.

Breaking changes

"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/validation": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/contracts": "^5.5 || ^5.6 || ^5.7 || ^5.8 || ^6.0 || ^7.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Laravel did not use semantic versioning before 6.0, those constraints are set like this on purpose.

@@ -63,8 +63,8 @@
"laravel": {
"providers": [
"Nuwave\\Lighthouse\\LighthouseServiceProvider",
"Nuwave\\Lighthouse\\SoftDeletes\\SoftDeletesServiceProvider",
"Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider"
"Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with this part.

@spawnia spawnia closed this in 3b7890c Apr 18, 2020
spawnia added a commit that referenced this pull request Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants